home *** CD-ROM | disk | FTP | other *** search
/ Freelog 115 / FreelogNo115-MaiJuin2013.iso / Internet / AvantBrowser / asetup.exe / _data / webkit / resources.pak / Unnamed File 000140.txt < prev    next >
Text File  |  2013-04-03  |  9KB  |  337 lines

  1. /*
  2.  * Copyright (C) 2006, 2007, 2008 Apple Inc.  All rights reserved.
  3.  * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org>
  4.  *
  5.  * Redistribution and use in source and binary forms, with or without
  6.  * modification, are permitted provided that the following conditions
  7.  * are met:
  8.  *
  9.  * 1.  Redistributions of source code must retain the above copyright
  10.  *     notice, this list of conditions and the following disclaimer.
  11.  * 2.  Redistributions in binary form must reproduce the above copyright
  12.  *     notice, this list of conditions and the following disclaimer in the
  13.  *     documentation and/or other materials provided with the distribution.
  14.  * 3.  Neither the name of Apple Computer, Inc. ("Apple") nor the names of
  15.  *     its contributors may be used to endorse or promote products derived
  16.  *     from this software without specific prior written permission.
  17.  *
  18.  * THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY
  19.  * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  20.  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  21.  * DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
  22.  * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  23.  * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  24.  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  25.  * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  26.  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  27.  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  28.  */
  29.  
  30. .network-larger-resources-status-bar-item .glyph {
  31.     -webkit-mask-position: -224px 0;
  32. }
  33.  
  34. #network-views {
  35.     background: rgb(203, 203, 203);
  36. }
  37.  
  38. #network-close-button {
  39.     position: absolute;
  40.     width: 14px;
  41.     height: 14px;
  42.     background-image: url(Images/closeButtons.png);
  43.     background-position: 0 0;
  44.     background-color: transparent;
  45.     border: 0 none transparent;
  46.     top: 8px;
  47.     left: 5px;
  48.     z-index: 10;
  49.     display: none;
  50. }
  51.  
  52. #network-views.small #network-close-button  {
  53.     top: 4px;
  54. }
  55.  
  56. #network-close-button:hover {
  57.     background-position: 14px 0;
  58. }
  59.  
  60. #network-close-button:active {
  61.     background-position: 28px 0;
  62. }
  63.  
  64. .network.panel.viewing-resource #network-close-button  {
  65.     display: block;
  66. }
  67.  
  68. .network.panel .sidebar {
  69.     position: absolute;
  70.     top: 0;
  71.     bottom: 0;
  72.     left: 0;
  73.     right: 0;
  74.     width: auto;
  75.     border: none;
  76.     background: inherit;
  77. }
  78.  
  79. .network.panel:not(.viewing-resource) .sidebar-resizer-vertical {
  80.     display: none;
  81. }
  82.  
  83. .network.panel .scope-bar {
  84.     height: 23px;
  85.     padding-top: 5px;
  86. }
  87.  
  88. .network.panel .data-grid th.sort-descending, .network.panel .data-grid th.sort-ascending {
  89.     background: -webkit-gradient(linear, left top, left bottom, from(rgb(236, 236, 236)), to(rgb(217, 217, 217)));
  90. }
  91.  
  92. #network-views .network-item-view .tabbed-pane-header {
  93.     height: 31px;
  94.     padding-top: 8px;
  95.     padding-left: 25px;
  96.     white-space: nowrap;
  97. }
  98.  
  99. #network-views.small .network-item-view .tabbed-pane-header {
  100.     height: 23px;
  101.     padding-top: 0;
  102. }
  103.  
  104. .network-item-view {
  105.     display: none;
  106.     position: absolute;
  107.     background: white;
  108.     top: 0;
  109.     left: 0;
  110.     right: 0;
  111.     bottom: 0;
  112. }
  113.  
  114. .network-item-view.visible {
  115.     display: -webkit-box;
  116. }
  117.  
  118. .network-item-view .tabbed-pane-header {
  119.     background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(236, 236, 236)), to(rgb(217, 217, 217)));
  120.     border-bottom: 1px solid rgb(163, 163, 163);
  121. }
  122.  
  123. .network-item-view .scope-bar li {
  124.     border-bottom-left-radius: 0;
  125.     border-bottom-right-radius: 0;
  126. }
  127.  
  128. .resource-headers-view {
  129.     display: none;
  130.     margin: 6px;
  131.     -webkit-user-select: text;
  132.     position: absolute;
  133.     top: 0;
  134.     left: 0;
  135.     right: 0;
  136.     bottom: 0;
  137.     overflow: auto;
  138. }
  139.  
  140. .resource-headers-view.visible {
  141.     display: block;
  142. }
  143.  
  144. .resource-headers-view .outline-disclosure .parent {
  145.     -webkit-user-select: none;
  146.     font-weight: bold;
  147. }
  148.  
  149. .resource-headers-view .outline-disclosure .children li {
  150.     white-space: nowrap;
  151. }
  152.  
  153. .resource-headers-view .outline-disclosure li.expanded .header-count {
  154.     display: none;
  155. }
  156.  
  157. .resource-headers-view .outline-disclosure li .header-toggle {
  158.     display: none;
  159. }
  160.  
  161. .resource-headers-view .outline-disclosure li .status-from-cache {
  162.     color: gray;
  163. }
  164.  
  165. .resource-headers-view .outline-disclosure li.expanded .header-toggle {
  166.     display: inline;
  167.     margin-left: 30px;
  168.     font-weight: normal;
  169.     color: rgb(45%, 45%, 45%);
  170. }
  171.  
  172. .resource-headers-view .outline-disclosure li .header-toggle:hover {
  173.     color: rgb(20%, 20%, 45%);
  174.     cursor: pointer;
  175. }
  176.  
  177. .resource-headers-view .outline-disclosure .header-name {
  178.     color: rgb(33%, 33%, 33%);
  179.     display: inline-block;
  180.     margin-right: 0.5em;
  181.     font-weight: bold;
  182.     vertical-align: top;
  183.     white-space: pre-wrap;
  184. }
  185.  
  186. .resource-headers-view .outline-disclosure .header-value {
  187.     display: inline;
  188.     margin-right: 100px;
  189.     white-space: pre-wrap;
  190.     word-break: break-all;
  191.     margin-top: 1px;
  192. }
  193.  
  194. .resource-cookies-view {
  195.     display: none;
  196.     position: absolute;
  197.     top: 0;
  198.     right: 0;
  199.     left: 0;
  200.     bottom: 0;
  201.     overflow: auto;
  202.     margin: 12px;
  203.     height: 100%;
  204. }
  205.  
  206. .resource-cookies-view.visible {
  207.     display: block;
  208. }
  209.  
  210. .resource-cookies-view .data-grid {
  211.     height: 100%;
  212. }
  213.  
  214. .resource-cookies-view .data-grid .row-group {
  215.     font-weight: bold;
  216.     font-size: 11px;
  217. }
  218.  
  219. .resource-timing-view {
  220.     display: none;
  221.     position: absolute;
  222.     top: 0;
  223.     right: 0;
  224.     left: 0;
  225.     bottom: 0;
  226.     margin: 6px;
  227.     font-weight: bold;
  228.     font-size: 11px;
  229.     color: rgb(30%, 30%, 30%);
  230. }
  231.  
  232. .resource-timing-view table {
  233.     border-spacing: 21px 0;
  234. }
  235.  
  236. .resource-timing-view .network-timing-bar {
  237.     opacity: 1;
  238. }
  239.  
  240. .resource-timing-view .network-timing-bar.proxy {
  241.     background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(239, 228, 176)), to(rgb(139, 128, 76)));
  242.     border-left: 1px solid rgb(139, 128, 76);
  243. }
  244.  
  245. .resource-timing-view .network-timing-bar.dns {
  246.     background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(153, 208, 216)), to(rgb(81, 174, 189)));
  247.     border-left: 1px solid rgb(81, 174, 189);
  248. }
  249.  
  250. .resource-timing-view .network-timing-bar.connecting {
  251.     background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(203, 232, 145)), to(rgb(160, 214, 56)));
  252.     border-left: 1px solid rgb(160, 214, 56);
  253. }
  254.  
  255. .resource-timing-view .network-timing-bar.ssl {
  256.     background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(21, 232, 145)), to(rgb(216, 149, 132)));
  257.     border-left: 1px solid rgb(216, 149, 132);
  258. }
  259.  
  260. .resource-timing-view .network-timing-bar.sending {
  261.     background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(232, 192, 182)), to(rgb(216, 147, 130)));
  262.     border-left: 1px solid rgb(216, 147, 130);
  263. }
  264.  
  265. .resource-timing-view .network-timing-bar.waiting {
  266.     background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(188, 179, 208)), to(rgb(141, 125, 175)));
  267.     border-left: 1px solid rgb(141, 125, 175);
  268. }
  269.  
  270. .resource-timing-view .network-timing-bar.receiving {
  271.     background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(214, 214, 214)), to(rgb(182, 182, 182)));
  272.     border-left: 1px solid rgb(182, 182, 182);
  273. }
  274.  
  275. .resource-timing-view.visible {
  276.     display: block;
  277. }
  278.  
  279. .resource-websocket {
  280.     -webkit-user-select: text;
  281. }
  282.  
  283. .resource-websocket, .resource-websocket .data-grid {
  284.     position: absolute;
  285.     top: 0;
  286.     left: 0;
  287.     right: 0;
  288.     bottom: 0;
  289.     border: none;
  290. }
  291.  
  292. .resource-websocket .data-grid .data {
  293.     background-image: none;
  294.     font-size: 11px;
  295. }
  296.  
  297. .resource-websocket td {
  298.     padding-top: 3px;
  299.     padding-bottom: 3px;
  300.     border-top: 1px solid rgb(240, 240, 240);
  301. }
  302.  
  303. .resource-websocket .data-column div {
  304.     word-break: break-all;
  305.     white-space: pre-wrap;
  306. }
  307.  
  308. .resource-websocket-row-outcoming {
  309.     background-color: rgb(226, 247, 218);
  310. }
  311.  
  312. .resource-websocket-row-outcoming:not(.selected) td {
  313.     border-right-color: rgb(177, 209, 165);
  314. }
  315.  
  316. .resource-websocket-row-outcoming:not(.selected) td, .resource-websocket-row-outcoming:not(.selected) + tr td {
  317.     border-top-color: rgb(199, 236, 185);
  318. }
  319.  
  320. .resource-websocket-row-opcode {
  321.     background-color: rgb(255, 255, 232);
  322.     color: rgb(170, 111, 71);
  323. }
  324.  
  325. .resource-websocket-row-opcode td {
  326.     border-color: rgb(211, 187, 171);
  327. }
  328.  
  329. .resource-websocket-row-opcode td, .resource-websocket-row-opcode + tr td {
  330.     border-top-color: rgb(248, 240, 210);
  331. }
  332.  
  333. .resource-websocket-row-error {
  334.     background-color: rgb(255, 237, 237);
  335.     color: rgb(182, 0, 0);
  336. }
  337.